#Below you see a list with the available functions in LFSLapper.
#For example codes : you have to visit the LFSLapper section on lfsforum.net

#IF there isnt a examplecode for the function you want to use. Please request this in the Tutorial section.

#############################################
#Buttons
#############################################

<?php 
textprivbutton( "ButtonID","TEXT OF BUTTON" );
textprivbuttonall();
openprivtextbutton();
opentextbutton();
openglobalbutton();
closeglobalbutton();
openprivbutton();
closeprivbutton();
openbutton();
closebutton();
?>

#############################################
Set/Get Playervars Goto tutorial
#############################################

<?php 
getplayerinfo();
setplayervar();
getplayervar();
setcurrentplayervar();
getcurrentplayervar();
?>

#############################################
#Get/Set database stored values
#############################################

<?php 
setuserstoredvalue();
setuserstorednum();
getuserstoredvalue();
getuserstorednum();
setstoredvalue();
getstoredvalue();
getstorednum();
?>

#############################################
#Sending messages
#############################################

<?php 
privmsg();
globalmsg();
#Race messages
privrcm();
globalrcm();
?>

#############################################
#Delayed commands
#############################################

<?php 
removeprivdelayedcommand();
privdelayedcommand();
removehostdelayedcommand();
hostdelayedcommand();
removedelayedcommand();
delayedcommand();
?>

#############################################
#Set/Remove Zone/Nodes
#Sub will be executed when a player drives throught the Node/Zone you have set
#############################################

<?php 
registernodeaction();
removenodeaction();
registerzoneaction();
removezoneaction();
?>

#############################################
#Timed actions
#Sub will be executed after a amount of time that you have set
#############################################

<?php 
registerscheduleaction();
removescheduleaction();
?>

#############################################
#Converting
#############################################

<?php 
numtomsh();
numtoms();
mshtonum();
tokph();
tomph();
toupper();
tolower();
?>
#############################################
#Remove records from Database
#############################################
<?php 
  deletedriftrecords();
  deletelaptimerecords();
?>
#############################################
#NOT PLACED IN A GROUP YET
#############################################

<?php 
currentplayerlfsworldpb();
currentplayerlfsworldpbfrom();

#TopTables 
getlisttopdrift();
getlisttopuser();
GetListTop();

cleanspb();
showspb();

dstatsqual();
dstats();

#PlayerSettings
myconfig();

http();
moveusertogroup();
getlistofusersgroup();
usergroupfromfile();
usergrouptofile();
removeuserfromgroup();
cleargroup();
userisadmin();
userisserveradmin();
useringroup();
getusergrippb();
getuserdriftpb();

showhand();
lapperversion();
stats();
toplayerunit();
langtranslate();
langengine();
forcerotation();
termlapper();
groupcmdlfs();
cmdlfs();
setlicense();
setracegrid();
requestreo();
getlistofplayers();
getlappervar();
getconfigvar();
setconfigvar();
getlongtrackname();
getlengthtrack();
getgrouptrack();
getexttrack();
reload();
crash();
getlistoflang();
getlistofplayerbuttons();
striplfscolor();
getwr();
startlightcontrol(); #Control light of all autoX startlights or TrackStartlights
joinrequest(); #(re)Spawn players
allowedplayercars(); 
substr();
trim();
round(); #Round Numbers
strformat();
tostring(); #Convert Var to a string
tonum(); #Convert Var to a number
not();
indexof();
splittoarray();
split();
unset();
return();
write(); #write line to console
writeline(); #write newline to console
strlen();
dumpvar();
arraycount();
randomnum();
isregexmatch();
sqrt();
mod();
isnum(); #check if value is a number
addobject();
removeobject();
trackuserdistance();
RegisterStreetAction();
?>